WebFinger Result
Subject: {{ webfinger_data.subject }}
{% if webfinger_data.links %}
Links:
{% for link in webfinger_data.links %}
Relation: {{ link.rel }}
{% if link.type %}
Type: {{ link.type }}
{% endif %}
{% if link.href %}
{% endif %}
{% endfor %}
{% endif %}
Raw JSON Response:
{{ webfinger_json }}
API Endpoint: /.well-known/webfinger?resource=<resource>
This server implements the WebFinger protocol (RFC 7033) for resource discovery.